Xbasic

A5_EMAIL_FILTER_BUILDER Function

Syntax

Filter as C = a5_email_filter_builder([C old_filter [,L headers_only ]])

Arguments

FilterCharacter

A character filter expression that evaluates to a logical value and is suitable for use in EMAIL_POP_RETR_UI().

old_filterCharacter

 

headers_onlyLogical

 

Description

Display a filter builder dialog for e-mail messages. Return filter

Discussion

The A5_EMAIL_FILTER_BUILDER() function displays the Email Filter Genie.

Example

? a5_email_filter_builder()
= .NOT.("Viagra"$Subject)

Limitations

Desktop applications only.

See Also